home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / net / bind-contrib.tar.gz / bind-contrib.tar / contrib / misc / settransfer.shar / README.TRANSFER < prev    next >
Encoding:
Text File  |  1996-10-25  |  1.7 KB  |  36 lines

  1.     Any questions -> brisco@pilot.njin.net
  2.  
  3.     This is the PRODUCTION distribution of the SETTRANSFER code.  The
  4. SETTRANSFER code permits the use of the keyword "transfer" to specify
  5. alternate programs to do the zone transfer if the current named is a
  6. secondary nameserver for a zone.
  7.  
  8.     The details on using alternative zone transfer mechanisms as a
  9. means for achieving load balancing is described in an internet draft
  10. "draft-ietf-dns-lb-00.txt", and is currently (12/1/94) under review
  11. for publishing as an informational RFC.  The draft is available from
  12. ds.internic.net via anonymous ftp.
  13.  
  14.     Primarily the code changes adds enough syntax to do a database
  15. style lookup based on the zone name (nothing fancy, just an array),
  16. and to execute that program.  Some necessary other changes were done
  17. in order to support ordered, quickly changing address records -
  18. primarily this had to do with lowering the value of static variables
  19. putting rather high minimum values in for the minimum zone refresh
  20. period, and minimum TTL associated with records.  Additionally, in
  21. order to preserve the ordering of the records, all references to RR
  22. ordering are ifdef'd out.  Also note that this, and Round Robin
  23. ordering are mutually exclusive.
  24.  
  25.     Specific changes are detailed in the file SETTRANSFER_CHANGES.
  26.  
  27.     Example configurations (and diffs to older versions of BIND) are
  28. available via anonymous ftp from pilot.njin.net:pub/TRANSFER.
  29.  
  30.  
  31.     Currently (as of 2/22/94) there is a "fast" subdomain
  32. eden.rutgers.edu running on the NS for eden.rutgers.edu ("eden" is a
  33. subzone of rutgers.edu).  It uses the code from the LOADSAMP.shar to
  34. balance the load amongst seven SparcCenter 1000s.  This is in active
  35. use in the Rutgers University domain.
  36.